func go/printer.identListSize

2 uses

	go/printer (current package)
		nodes.go#L443: func identListSize(list []*ast.Ident, maxSize int) (size int) {
		nodes.go#L466: 	namesSize := identListSize(f.Names, maxSize)